Click or drag to resize

FileAsMapping Enumeration

Defines how to construct what is displayed for a contact.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum FileAsMapping
Members
  Member nameValueDescription
LastCommaFirst0 Indicates that the contact is displayed as the last name followed by a comma and the first name.
FirstSpaceLast1 Indicates that the contact is displayed as the first name followed by a space and the last name.
Company2 Indicates that the company name is displayed.
LastCommaFirstCompany3 Indicates that the contact is displayed as the last name, a comma, the first name, and the company name.
CompanyLastFirst4 Indicates that the contact is displayed as the company name, the last name, and the first name.
LastFirst5 Indicates that the contact is displayed as the last name, the first name, and the company name.
LastFirstCompany6 Indicates that the contact is displayed as the last name, the first name, and the company name.
CompanyLastCommaFirst7 Indicates that the contact is displayed as the company name, the last name, a comma, and the first name.
LastFirstSuffix8 Indicates that the contact is displayed as the last name, the first name, and the suffix for the contact.
LastSpaceFirstCompany9 Indicates that the contact is displayed as the last name, a space, the first name, and the company name.
CompanyLastSpaceFirst10 Indicates that the contact is displayed as the company name, the last name, a space, and the first name.
LastSpaceFirst11 Indicates that the contact is displayed as the last name, followed by a space and the first name.
None12 Indicates that the FileAs value is not constructed from other contact’s properties, but is represented by a string, saved “as is”.
See Also